During development it's much easier to have Local Development configured for Azure App Configuration. Using Managed Identities for Azure Resources you can configure Local Debugging for App Configuration.
Welcome to K2V Academy, where you can find stuff to learn about Development, Cloud, DevOps and everything in between.
13 Post(s) found.
During development it's much easier to have Local Development configured for Azure App Configuration. Using Managed Identities for Azure Resources you can configure Local Debugging for App Configuration.
Azure Key Vault can be easily configured to be used with Azure App Configuration to fetch Key Vault secrets through App Configuration using key vault references. This makes accessing Azure Key Vault for your ASP.Net Core easier for centralized configuration management.
Apart from default offline caching implementation, you can implement custom offline caching for Azure App Configuration.
Easily configure Offline Caching for Azure App Configuration so you can reduce the calls to Azure for fetching app configuration which will increase the performance.
Managed Identities are a secure way of accessing Azure Services. Learn how you can use Managed Identities to access Azure App Configuration for your configuration management needs.
Azure App Configuration is an excellent service for feature management in your .Net application. Learn about some advanced use cases that could come in handy in your next feature toggle implementation.
In the Microsoft Feature Management library you can combine multiple feature flags to control the exposure to a single feature. Learn how you can do that with Microsoft Feature Management framework
When using the Microsoft Feature.Management framework you can implement handlers to gracefully handle when someone accesses a disabled feature by showing them a warning page.
When using Microsoft Feature.Management framework you are able to create complex feature flags using Feature Filters which are scenarios you can define to decide when to enable/disable features.
Using the Microsoft.Azure.Functions.Extensions NuGet package you can now setup dependency injection for Azure Functions v2.
Implementation Factories in ASP.Net Core Dependency Injection offers more control over how the dependency is crated especially with legacy code or other libraries, you many not always have the option of automatic dependency creation.
.Net Core dependency injection allows you to register and use multiple implementations of a dependency in your .Net core applications. Learn how you can register multiple dependencies in your ASP.Net Core application.
Learn about using ServiceDescriptors to register dependencies for .Net core applications.